home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_05 / pjp / ifstream.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-02  |  203 b   |  9 lines

  1. ------------- Listing 4: The file ifstream.c ------------------
  2.  
  3. // ifstream -- ifstream basic members
  4. #include <fstream>
  5.  
  6. ifstream::~ifstream()
  7.         {       // destruct an ifstream
  8.         }
  9.